Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.user.registration.core.service.contrib--doctype

This contribution is part of XML component org.nuxeo.ecm.user.registration.core.service.contrib inside nuxeo-platform-user-registration-web-9.10.jar /OSGI-INF/user-registration-contrib.xml

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <doctype extends="File" name="UserRegistration">
          <facet name="UserRegistration"/>
          <facet name="HiddenInNavigation"/>
        </doctype>
  • <doctype extends="Workspace" name="UserRegistrationContainer">
          <facet name="HiddenInNavigation"/>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
    <doctype extends="File" name="UserRegistration">
      <facet name="UserRegistration"/>
      <facet name="HiddenInNavigation"/>
    </doctype>

    <doctype extends="Workspace" name="UserRegistrationContainer">
      <facet name="HiddenInNavigation"/>
    </doctype>
  </extension>